Firmware Edition
Enum to indicate to clients whether this firmware is a special firmware build, like an event.
The first 16 values are reserved for non-event special firmwares, like the Smart Citizen use case.
Content copied to clipboard
meshtastic.FirmwareEdition
Entries
Properties
Link copied to clipboard
Burning Man, the yearly hippie gathering in the desert
Content copied to clipboard
BURNING_MAN = 18;
Link copied to clipboard
DEFCON, the yearly hacker conference
Content copied to clipboard
DEFCON = 17;
Link copied to clipboard
Placeholder for DIY and unofficial events
Content copied to clipboard
DIY_EDITION = 127;
Link copied to clipboard
Hamvention, the Dayton amateur radio convention
Content copied to clipboard
HAMVENTION = 19;
Link copied to clipboard
Open Sauce, the maker conference held yearly in CA
Content copied to clipboard
OPEN_SAUCE = 16;
Link copied to clipboard
Firmware for use in the Smart Citizen environmental monitoring network
Content copied to clipboard
SMART_CITIZEN = 1;
Link copied to clipboard
Vanilla firmware
Content copied to clipboard
VANILLA = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.